diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-06 01:35:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-06 01:35:27 +0000 |
| commit | c49cf756b59448a526cd6c7a6f64ead795d672fa (patch) | |
| tree | 454939c374a76b747e8c2daeb502dcadc9d3913e /dev-python/libcloud/libcloud-3.3.0.ebuild | |
| parent | 633486177303e5c26033ac89dbc6b50f6098a8c7 (diff) | |
| download | baldeagleos-repo-c49cf756b59448a526cd6c7a6f64ead795d672fa.tar.gz baldeagleos-repo-c49cf756b59448a526cd6c7a6f64ead795d672fa.tar.xz baldeagleos-repo-c49cf756b59448a526cd6c7a6f64ead795d672fa.zip | |
Adding metadata
Diffstat (limited to 'dev-python/libcloud/libcloud-3.3.0.ebuild')
| -rw-r--r-- | dev-python/libcloud/libcloud-3.3.0.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/libcloud/libcloud-3.3.0.ebuild b/dev-python/libcloud/libcloud-3.3.0.ebuild index ee396fb522ae..d3b15621e1ea 100644 --- a/dev-python/libcloud/libcloud-3.3.0.ebuild +++ b/dev-python/libcloud/libcloud-3.3.0.ebuild @@ -18,11 +18,11 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="examples" -RDEPEND=">=dev-python/requests-2.5.0[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -BDEPEND+=" +RDEPEND=" + dev-python/pyopenssl[${PYTHON_USEDEP}] + >=dev-python/requests-2.5.0[${PYTHON_USEDEP}] +" +BDEPEND=" test? ( >=dev-python/cryptography-2.6.1[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] @@ -31,6 +31,8 @@ BDEPEND+=" ) " +distutils_enable_tests pytest + python_prepare_all() { if use examples; then mkdir examples || die |
