summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb b/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb
index 24333540b6..b136aa4895 100644
--- a/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb
+++ b/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb
@@ -1,2 +1,6 @@
1inherit setuptools 1inherit setuptools
2require python-bcrypt.inc 2require python-bcrypt.inc
3
4RDEPENDS_${PN} += "\
5 ${PYTHON_PN}-subprocess \
6"