]> git.pld-linux.org Git - packages/python3.git/commitdiff
- change test too
authorArtur Frysiak <artur@frysiak.net>
Wed, 25 Feb 2009 10:53:46 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3-noarch_to_datadir.patch -> 1.3

python3-noarch_to_datadir.patch

index 8450022534076c8936299c55d7e5dad40cb4da67..f795565b6471ef1eb188c30122f640b71e39ff46 100644 (file)
  
  # Detailed destination directories
  BINLIBDEST=   $(LIBDIR)/python$(VERSION)
+--- Python-3.0.1/Lib/distutils/tests/test_install.py.wig       2009-02-25 11:42:38.000000000 +0100
++++ Python-3.0.1/Lib/distutils/tests/test_install.py   2009-02-25 11:51:23.000000000 +0100
+@@ -38,7 +38,7 @@ class InstallTestCase(support.TempdirMan
+             expected = os.path.normpath(expected)
+             self.assertEqual(got, expected)
+-        libdir = os.path.join(destination, "lib", "python")
++        libdir = os.path.join(destination, "share", "python")
+         platlibdir =  os.path.join(destination, sys.lib, "python")
+         check_path(cmd.install_lib, libdir)
+         check_path(cmd.install_platlib, platlibdir)
This page took 0.164982 seconds and 4 git commands to generate.