pulp / pulp_python

A Pulp plugin to support Python packages
GNU General Public License v2.0
37 stars 76 forks source link

As a user, I can recursively sync dependencies #340

Open gerrod3 opened 3 years ago

gerrod3 commented 3 years ago

Original Pulp Redmine Issue: https://pulp.plan.io/issues/139

Add new remote option to allow for dependency syncing when an allowlist is specified.

maximiliankolb commented 1 year ago

Hi all,

I am currently working on documentation within Foreman/Katello (tested on 3.7 with pulp_python 3.8.0) for python-type content and noticed that this feature is missing. Please consider my comment a "+1" because I imagine that it'd be a very useful feature from a user's perspective.

I've used "requests" from pypi.org as example & it has a couple of dependencies that I've installed manually before using --index-url _My_Foreman_Katello_FQDN_. I did not dare to leave "Includes" list empty.

shameless plug: PR in foreman-documentation: https://github.com/theforeman/foreman-documentation/pull/2370

Update 2023-08-22: Documentation is now public: Managing Python Type Content