diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 09:36:15 -0800 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-19 19:40:55 +0900 |
commit | a94d0d5df15e9f2368a417219f511054a07595d9 (patch) | |
tree | ef312771e06c382823948748bf742c2161a55b0f | |
parent | 8e222d8a40dd1f2052f13164449f1a5cb990c00b (diff) | |
download | python-a94d0d5df15e9f2368a417219f511054a07595d9.tar.gz python-a94d0d5df15e9f2368a417219f511054a07595d9.tar.bz2 python-a94d0d5df15e9f2368a417219f511054a07595d9.zip |
fixed requirements
-rw-r--r-- | packaging/python.spec | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packaging/python.spec b/packaging/python.spec index f3a663d..19bd012 100644 --- a/packaging/python.spec +++ b/packaging/python.spec @@ -26,7 +26,6 @@ BuildRequires: sqlite-devel BuildRequires: zlib-devel %define python_version %(echo %{tarversion} | head -c 3) %define idle_name idle -Requires: python-base = %{version} Provides: %{name} = %{python_version} Obsoletes: python-elementtree Obsoletes: python-nothreads @@ -44,7 +43,7 @@ install python-devel package. %package curses Summary: Python Interface to the (N)Curses Library Group: Development/Libraries/Python -Requires: python-base = %{version} +Requires: python = %{version} Obsoletes: pyth_cur Provides: pyth_cur @@ -56,7 +55,7 @@ Console User Interface. Summary: Include Files and Libraries Mandatory for Building Python Modules Group: Development/Languages/Python Requires: glibc-devel -Requires: python-base = %{version} +Requires: python = %{version} %description -n python-devel The Python programming language's interpreter can be extended with @@ -69,7 +68,7 @@ embedding Python in applications. %package -n python-xml Summary: A Python XML Interface Group: Development/Libraries/Python -Requires: python-base = %{version} +Requires: python = %{version} # pyxml used to live out of tree Provides: pyxml = 0.8.5 Obsoletes: pyxml < 0.8.5 |