Source-Makefile: feeds/packages/lang/python/python3-packages/Makefile
Build-Depends: python3 python3/host

Package: python3-packages
Submenu: Python
Version: 1.0-r2
Depends: +libc @DEVEL +python3
Conflicts: 
Menu-Depends: 
Provides: 
Section: lang
Category: Languages
Repository: base
Title: A dummy package for packaging python3 modules with pip
Maintainer: Yousong Zhou <yszhou4tech@gmail.com>
Source: 
Type: ipkg
Description: A dummy package for packaging python3 modules with pip
@@
Config:
if PACKAGE_python3-packages
config PACKAGE_python3-packages-list-host
	string "List of python3 packages to install on host"
config PACKAGE_python3-packages-list
	string "List of python3 packages to install on target"
config PACKAGE_python3-packages-list-cleanup
	string "List of python3 packages to cleanup to avoid clash with existing packages"
config PACKAGE_python3-packages-envs
	string "Extra environment variables to pass on to pip and its children on target build"
config PACKAGE_python3-packages-extra-deps
	string "List of deps fulfilled but not tracked by the build system"
config PACKAGE_python3-packages-index-url
	string "Index URL passed to pip with --index-url"
config PACKAGE_python3-packages-pip-opts
	string "Additional arguments to pip command line"
endif
@@


