summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-29 06:17:30 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-03-29 06:21:10 +0300
commitd160f45ab3ef5e78836ffb668c8c7887ae1081c1 (patch)
treed9ff907ddcd48efb3d5cfd8ccc3aa1d69e84204c /python
parent75cccc91f3e1e71bde95edf0047ca8c5e984a2fd (diff)
downloadrpm-d160f45ab3ef5e78836ffb668c8c7887ae1081c1.tar.gz
Drop "support" for per-scriptlet build-requires
- Rpm has never done anything useful with "BuildRequires(prep): foo" style dependencies other than recorded them in src.rpms, nor is there much point in properly supporting this in the future either - Frees up four more bits from rpmsenseFlags for better uses
Diffstat (limited to 'python')
-rw-r--r--python/rpmmodule.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c
index c68c616f1..ef07aa1e9 100644
--- a/python/rpmmodule.c
+++ b/python/rpmmodule.c
@@ -368,10 +368,6 @@ static int initModule(PyObject *m)
REGISTER_ENUM(RPMSENSE_TRIGGERIN);
REGISTER_ENUM(RPMSENSE_TRIGGERUN);
REGISTER_ENUM(RPMSENSE_TRIGGERPOSTUN);
- REGISTER_ENUM(RPMSENSE_SCRIPT_PREP);
- REGISTER_ENUM(RPMSENSE_SCRIPT_BUILD);
- REGISTER_ENUM(RPMSENSE_SCRIPT_INSTALL);
- REGISTER_ENUM(RPMSENSE_SCRIPT_CLEAN);
REGISTER_ENUM(RPMSENSE_RPMLIB);
REGISTER_ENUM(RPMSENSE_TRIGGERPREIN);
REGISTER_ENUM(RPMSENSE_KEYRING);