mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
python-packages: Remove variants
These packages were in the PR stage when the cleanup occurred and so still had VARIANT:=python3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-dotenv
|
||||
PKG_VERSION:=0.13.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PYPI_NAME:=python-dotenv
|
||||
PKG_HASH:=3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74
|
||||
@@ -22,7 +22,6 @@ define Package/python3-dotenv
|
||||
TITLE:=Add .env support to your django/flask apps in development and deployments
|
||||
URL:=http://github.com/theskumar/python-dotenv
|
||||
DEPENDS:=+python3-light +python3-logging
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python3-dotenv/description
|
||||
|
||||
Reference in New Issue
Block a user