Skip to content

Commit

Permalink
Add RPM-only depsolving
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Feb 20, 2020
1 parent 113581f commit 82a9ccc
Show file tree
Hide file tree
Showing 8 changed files with 953 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGES/4761.feature
@@ -0,0 +1 @@
Add dependency solving for RPMs.
11 changes: 0 additions & 11 deletions pulp_rpm/app/constants.py
@@ -1,16 +1,5 @@
from types import SimpleNamespace


RPM_PLUGIN_TYPES = SimpleNamespace(
PACKAGE='rpm.package',
ADVISORY='rpm.advisory'
)

RPM_PLUGIN_TYPE_CHOICE_MAP = {
'package': RPM_PLUGIN_TYPES.PACKAGE,
'advisory': RPM_PLUGIN_TYPES.ADVISORY
}

CHECKSUM_TYPES = SimpleNamespace(
UNKNOWN='unknown',
MD5='md5',
Expand Down

0 comments on commit 82a9ccc

Please sign in to comment.