Skip to content

Commit c936bea

Browse files
committed
Fix: PKG_NAMESPACE inside Makefile
1 parent dfc3d8e commit c936bea

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
PKG = yhttp.dev
1+
PKG_NAMESPACE = yhttp.dev
22
PKG_NAME = yhttp-dev
3-
4-
5-
PYDEPS_COMMON = \
6-
'bddrest >= 4, < 5' \
7-
'bddcli >= 2.5.1, < 3' \
8-
'yhttp-dev >= 3.1.2'
9-
103
include make/common.mk
114
include make/venv.mk
125
include make/install.mk

0 commit comments

Comments
 (0)