diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-01-31 15:16:08 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-01-31 15:16:08 +0100 |
commit | c46cedfc312828831614ece2f365b53f07ddeb42 (patch) | |
tree | e241f8ab2a93cc454fdbc19079c24d760c785f06 /python-uci/Makefile | |
parent | 16f1c6982db08545b6e3eaa5c2e5e4fa5879699b (diff) | |
download | openwrt-personal-pkgs-c46cedfc312828831614ece2f365b53f07ddeb42.tar.gz openwrt-personal-pkgs-c46cedfc312828831614ece2f365b53f07ddeb42.tar.bz2 openwrt-personal-pkgs-c46cedfc312828831614ece2f365b53f07ddeb42.zip |
python-uci: switch to branch add-euci
Diffstat (limited to 'python-uci/Makefile')
-rw-r--r-- | python-uci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-uci/Makefile b/python-uci/Makefile index c724bf7..a4017be 100644 --- a/python-uci/Makefile +++ b/python-uci/Makefile @@ -12,7 +12,7 @@ PKG_LICENSE:=GPLv3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/pyuci.git -PKG_SOURCE_BRANCH:=master +PKG_SOURCE_BRANCH:=add-euci PKG_BUILD_DEPENDS:=python-setuptools python3-setuptools include $(TOPDIR)/package/autopkg-branch.mk |