diff options
author | jbj <devnull@localhost> | 2001-06-12 17:06:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-12 17:06:47 +0000 |
commit | 7233e3ad7373eec14ca47dc292806deb986519b1 (patch) | |
tree | 833c57e8e16b984435a66eb4a16cc5510dd3d0a3 /python | |
parent | 1b87bd9ef75810794edede55d94c25c5d1e94d41 (diff) | |
download | librpm-tizen-7233e3ad7373eec14ca47dc292806deb986519b1.tar.gz librpm-tizen-7233e3ad7373eec14ca47dc292806deb986519b1.tar.bz2 librpm-tizen-7233e3ad7373eec14ca47dc292806deb986519b1.zip |
- remove rpmrc Provides: Yet Again, use virtual packages.
- dump cursor debugging wrappers.
- rpm --verify can disable rpmFileAttr checks.
CVS patchset: 4856
CVS date: 2001/06/12 17:06:47
Diffstat (limited to 'python')
-rw-r--r-- | python/rpmmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c index c190dff5f..03a56095a 100644 --- a/python/rpmmodule.c +++ b/python/rpmmodule.c @@ -16,7 +16,6 @@ #include "Python.h" #include "rpmcli.h" /* XXX for rpmCheckSig */ #include "misc.h" -#include "rpmmacro.h" #include "rpmio_internal.h" #include "upgrade.h" |