diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2015-11-30 14:28:00 +0100 |
---|---|---|
committer | Łukasz Stelmach <l.stelmach@samsung.com> | 2015-11-30 14:28:00 +0100 |
commit | 9cd0ed2fee90c247f52a825238c2fc8d600cc133 (patch) | |
tree | 806a36a804c762e7fee5b3a6ca1a68dbfc010988 | |
parent | 7d179dbd5cdf6ac6dd37b30e994bbb7b6548da10 (diff) | |
download | dbus-python-9cd0ed2fee90c247f52a825238c2fc8d600cc133.tar.gz dbus-python-9cd0ed2fee90c247f52a825238c2fc8d600cc133.tar.bz2 dbus-python-9cd0ed2fee90c247f52a825238c2fc8d600cc133.zip |
spec: libxml2 is no longer requiredHEADtizen_4.0.m2_releasetizen_4.0.m1_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_unified/20170308.100412submit/tizen_ivi/20160217.000004submit/tizen_ivi/20160217.000000submit/tizen_common/20160218.142243submit/tizen_4.0/20170828.100005submit/tizen_4.0/20170811.094300submit/tizen_3.0_wearable/20161015.000001submit/tizen_3.0_tv/20161015.000001submit/tizen_3.0_mobile/20161015.000001submit/tizen_3.0_ivi/20161010.000001submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093752submit/tizen/20160127.150424accepted/tizen/wearable/20160128.011343accepted/tizen/unified/20170309.035533accepted/tizen/tv/20160128.011321accepted/tizen/mobile/20160128.011305accepted/tizen/ivi/20160218.024426accepted/tizen/4.0/unified/20170828.222520accepted/tizen/4.0/unified/20170816.010416accepted/tizen/3.0/wearable/20161015.081919accepted/tizen/3.0/tv/20161016.004017accepted/tizen/3.0/mobile/20161015.032737accepted/tizen/3.0/ivi/20161011.043826accepted/tizen/3.0/common/20161114.110511accepted/tizen/3.0.m2/wearable/20170105.024515accepted/tizen/3.0.m2/tv/20170105.024212accepted/tizen/3.0.m2/mobile/20170105.023846tizen_4.0tizen_3.0_tvtizen_3.0.m2tizen_3.0tizenaccepted/tizen_wearableaccepted/tizen_unifiedaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_4.0_unifiedaccepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonaccepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobile
According to ChangLog file libxml2 is no longer required for this package
to work.
Change-Id: I09d30b19d4d8d2348e8981012083338f819ef004
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
-rw-r--r-- | packaging/dbus-python.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/dbus-python.spec b/packaging/dbus-python.spec index 1b6d8c4..9237d01 100644 --- a/packaging/dbus-python.spec +++ b/packaging/dbus-python.spec @@ -11,7 +11,6 @@ BuildRequires: fdupes BuildRequires: python-devel BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) -Requires: libxml2-python Requires: python-xml %description |