projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf369e8
)
python-docker: Add missing build dependency
author
Jeffery To
<jeffery.to@gmail.com>
Mon, 20 Feb 2023 04:58:27 +0000
(12:58 +0800)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Sat, 14 Oct 2023 15:50:58 +0000
(17:50 +0200)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
be90d8aecd0994ebe96d5481cf793d4cbb2d077e
)
lang/python/python-docker/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-docker/Makefile
b/lang/python/python-docker/Makefile
index cb23ea0104ffa41929ab73d376b393877f332c74..22db2540b15e42b8fdbe3e3361a51a27906b9206 100644
(file)
--- a/
lang/python/python-docker/Makefile
+++ b/
lang/python/python-docker/Makefile
@@
-2,7
+2,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-docker
PKG_VERSION:=6.0.1
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PYPI_NAME:=docker
PKG_HASH:=896c4282e5c7af5c45e8b683b0b0c33932974fe6e50fc6906a0a83616ab3da97
@@
-11,6
+11,8
@@
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
+PKG_BUILD_DEPENDS:=python-setuptools-scm/host
+
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk