diff options
Diffstat (limited to 'security/py-python-axolotl/Makefile')
-rw-r--r-- | security/py-python-axolotl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-python-axolotl/Makefile b/security/py-python-axolotl/Makefile index 90b7448dd1c6..f4cfa2b184c9 100644 --- a/security/py-python-axolotl/Makefile +++ b/security/py-python-axolotl/Makefile @@ -10,11 +10,10 @@ WWW= https://github.com/tgalal/python-axolotl LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-axolotl-curve25519>=0:security/py-python-axolotl-curve25519@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-axolotl-curve25519>=0:security/py-python-axolotl-curve25519@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0:devel/py-protobuf@${PY_FLAVOR} -USES= python +USES= python pycryptography:run USE_PYTHON= autoplist distutils NO_ARCH= yes |