diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-17 10:16:50 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-17 10:16:50 +0200 |
commit | 60fa656371b79eb796c3df7bba53c547d5e17557 (patch) | |
tree | fb302d4b4efccbf93c21c6626ba99d1b3c5498c7 /python3-pyserial/Makefile | |
parent | aaf23c38eaaa9064b4bf4ad08e4566ea3680b096 (diff) | |
download | openwrt-personal-pkgs-60fa656371b79eb796c3df7bba53c547d5e17557.tar.gz openwrt-personal-pkgs-60fa656371b79eb796c3df7bba53c547d5e17557.tar.bz2 openwrt-personal-pkgs-60fa656371b79eb796c3df7bba53c547d5e17557.zip |
In some of the Python3 packages use pypi instead of github
Diffstat (limited to 'python3-pyserial/Makefile')
-rw-r--r-- | python3-pyserial/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python3-pyserial/Makefile b/python3-pyserial/Makefile index 2ccd867..d1d8aaf 100644 --- a/python3-pyserial/Makefile +++ b/python3-pyserial/Makefile @@ -1,10 +1,3 @@ -# -# Copyright (C) 2015 CZ.NIC, z. s. p. o. (https://www.nic.cz/) -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - include $(TOPDIR)/rules.mk PKG_NAME:=python3-pyserial |