Skip to content

Commit 02e6f81

Browse files
author
James William Pye
committed
Note as optional.
1 parent dacce4f commit 02e6f81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

postgresql/release/distutils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .release.distutils - distutils data
43
##
54
"""
65
Python distutils data provisions module.
@@ -127,7 +126,8 @@ def prefixed_extensions(
127126
yield Extension(
128127
pkg_prefix + mod,
129128
[os.path.join(path_prefix, src) for src in data['sources']],
130-
libraries = data.get('libraries', ())
129+
libraries = data.get('libraries', ()),
130+
optional = True,
131131
)
132132

133133
def prefixed_packages(

0 commit comments

Comments
 (0)