refined-addition-53644
08/08/2022, 5:34 PMpackage_a
and package_b
, package_a
has dependency on package_b
I do see the package_b
as dependency in generated setup.py
. Is this how it’s supposed to work?
The python_distribution for package_a
is defined here and the repotar -xvf dist/package_a-0.1.0.tar.gz -C ../unzip_dist
x package_a-0.1.0/
x package_a-0.1.0/MANIFEST.in
x package_a-0.1.0/PKG-INFO
x package_a-0.1.0/backend_shim.py
x package_a-0.1.0/package_a/
x package_a-0.1.0/package_a/__init__.py
x package_a-0.1.0/package_a/main.py
x package_a-0.1.0/package_a/package_a.py
x package_a-0.1.0/package_a.egg-info/
x package_a-0.1.0/package_a.egg-info/PKG-INFO
x package_a-0.1.0/package_a.egg-info/SOURCES.txt
x package_a-0.1.0/package_a.egg-info/dependency_links.txt
x package_a-0.1.0/package_a.egg-info/namespace_packages.txt
x package_a-0.1.0/package_a.egg-info/requires.txt
x package_a-0.1.0/package_a.egg-info/top_level.txt
x package_a-0.1.0/setup.cfg
x package_a-0.1.0/setup.py
happy-kitchen-89482
08/08/2022, 6:36 PMrefined-addition-53644
08/08/2022, 8:32 PMpackage_b
as 3rd party dependency when installing package_a
right?happy-kitchen-89482
08/08/2022, 9:44 PMpackage_b
, I assume it has a python_distribution
target?package_b
so that package_a
can consume itrefined-addition-53644
08/08/2022, 10:15 PMhappy-kitchen-89482
08/08/2022, 11:25 PM