summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-07 18:30:59 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-07 18:30:59 +0000
commit6923e652466b596f10a2cdd296bc141d0ea08623 (patch)
tree0e8b96d79af504d9629982487021a495b8501c17 /dev-python
parent27ce5ee6caeae037430e5abf6a5c6d20c37099be (diff)
downloadbaldeagleos-repo-6923e652466b596f10a2cdd296bc141d0ea08623.tar.gz
baldeagleos-repo-6923e652466b596f10a2cdd296bc141d0ea08623.tar.xz
baldeagleos-repo-6923e652466b596f10a2cdd296bc141d0ea08623.zip
Updating liguros repo
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/fsspec/fsspec-0.7.4.ebuild5
-rw-r--r--dev-python/testfixtures/testfixtures-6.14.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fsspec/fsspec-0.7.4.ebuild b/dev-python/fsspec/fsspec-0.7.4.ebuild
index 29d487b579e2..f02a30279fc0 100644
--- a/dev-python/fsspec/fsspec-0.7.4.ebuild
+++ b/dev-python/fsspec/fsspec-0.7.4.ebuild
@@ -22,7 +22,10 @@ KEYWORDS="amd64 ~x86"
BDEPEND="
dev-python/versioneer[${PYTHON_USEDEP}]
- test? ( dev-vcs/git )"
+ test? (
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-vcs/git
+ )"
distutils_enable_tests pytest
diff --git a/dev-python/testfixtures/testfixtures-6.14.1.ebuild b/dev-python/testfixtures/testfixtures-6.14.1.ebuild
index 3dccebaaf69a..1c445c878270 100644
--- a/dev-python/testfixtures/testfixtures-6.14.1.ebuild
+++ b/dev-python/testfixtures/testfixtures-6.14.1.ebuild
@@ -17,12 +17,12 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RESTRICT="!test? ( test )"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
)
test? (
+ $(python_gen_impl_dep sqlite)
dev-python/django[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-django[${PYTHON_USEDEP}]