We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a8ab8 commit 37e7b16Copy full SHA for 37e7b16
1 file changed
Makefile
@@ -1,5 +1,6 @@
1
PKG_NAMESPACE = yhttp.ext.dbmanager
2
PKG_NAME = yhttp-dbmanager
3
+VENV_NAME = yhttp
4
PYDEPS_COMMON = \
5
'coveralls' \
6
'bddrest >= 6.2.3, < 7' \
@@ -8,7 +9,7 @@ PYDEPS_COMMON = \
8
9
10
11
# Assert the python-makelib version
-PYTHON_MAKELIB_VERSION_REQUIRED = 1.5.5
12
+PYTHON_MAKELIB_VERSION_REQUIRED = 2.5.2
13
14
15
# Ensure the python-makelib is installed
0 commit comments