Skip to content

Commit 37e7b16

Browse files
committed
Alignment: python-makelib >= 2.5.2
1 parent a4a8ab8 commit 37e7b16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PKG_NAMESPACE = yhttp.ext.dbmanager
22
PKG_NAME = yhttp-dbmanager
3+
VENV_NAME = yhttp
34
PYDEPS_COMMON = \
45
'coveralls' \
56
'bddrest >= 6.2.3, < 7' \
@@ -8,7 +9,7 @@ PYDEPS_COMMON = \
89

910

1011
# Assert the python-makelib version
11-
PYTHON_MAKELIB_VERSION_REQUIRED = 1.5.5
12+
PYTHON_MAKELIB_VERSION_REQUIRED = 2.5.2
1213

1314

1415
# Ensure the python-makelib is installed

0 commit comments

Comments
 (0)